"indigo based dark theme" shadcn/ui theme

indigo
dark theme
cyberpunk
futuristic
high contrast
immersive
bold colors
modern
experimental

Shadcn/ui Theme Css Variables

name: Cyber Indigokeyword: indigo based dark theme views: 8

:root {
  --background: 243 48% 12%;
  --foreground: 240 10% 95%;
  --card: 243 48% 16%;
  --card-foreground: 240 10% 95%;
  --popover: 243 48% 18%;
  --popover-foreground: 240 10% 95%;
  --primary: 242 60% 60%;
  --primary-foreground: 240 10% 95%;
  --secondary: 240 40% 20%;
  --secondary-foreground: 240 10% 95%;
  --muted: 240 30% 25%;
  --muted-foreground: 240 10% 80%;
  --accent: 242 50% 50%;
  --accent-foreground: 240 10% 95%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 240 10% 95%;
  --border: 240 30% 30%;
  --input: 240 30% 30%;
  --ring: 242 60% 60%;
  --radius: 0.75rem;
  --chart-1: 242 60% 60%;
  --chart-2: 243 50% 50%;
  --chart-3: 240 40% 40%;
  --chart-4: 242 70% 70%;
  --chart-5: 243 60% 60%;
}